home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global returnframe, stay
- set returnframe to 0
- if stay = 1 then
- go(the frame)
- exit
- end if
- puppetSound(0)
- puppetSprite(40, 1)
- puppetSprite(41, 1)
- puppetSprite(42, 1)
- if count(the windowList) > 0 then
- forget(window "pagebar")
- end if
- end
-